/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#image {
    float: none;
    width: 200px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 60px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#text3 {
    float: none;
    font-size: 10px;
    width: 523.328125px;
    height: auto;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin: 8px auto 40px;
    clear: none;
    min-height: 24px;
    color: rgb(166, 166, 166);
}

#image1 {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 31px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#text {
    float: none;
    font-size: 35px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 400;
    line-height: 1em;
    margin-left: auto;
    margin-top: 40px;
    clear: none;
    min-height: 116px;
    color: rgb(166, 166, 166);
    margin-right: auto;
    font-family: josefin-sans;
    font-style: normal;
    letter-spacing: 2px;
}

#text1 {
    float: none;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 900;
    line-height: 1em;
    margin-left: auto;
    margin-top: 9px;
    clear: none;
    min-height: 26px;
    font-family: arimo;
    color: rgb(166, 144, 119);
    margin-right: auto;
    letter-spacing: 1px;
}

#text2 {
    float: none;
    font-size: 23px;
    width: 390.484375px;
    height: auto;
    text-align: center;
    font-weight: 300;
    line-height: 1em;
    margin-left: auto;
    margin-top: 39px;
    clear: none;
    min-height: 30px;
    font-family: josefin-sans;
    color: rgb(166, 166, 166);
    margin-right: auto;
}

#box {
    float: none;
    height: 551px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 560.0000062700001px;
    background-color: rgb(180, 161, 140);
    margin-right: auto;
    background-image:url("img/contatti-2.png");
    background-attachment: scroll;
    background-size: 472px;
    opacity: 1;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

#box:hover {
    background-image:url("img/contatti-2.png");
    background-attachment: scroll;
    background-size: 472px;
    background-color: rgb(166, 144, 119);
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

#box:active {
    background-image:url("img/contatti-2.png");
    background-attachment: scroll;
    background-size: 472px;
    background-color: rgb(166, 144, 119);
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

#box:focus {
    display: block;
    opacity: 1;
}

@media only screen and (max-width: 930px) {
    #text3 {
        width: 523.328125px;
    }
}

@media only screen and (max-width: 650px) {
    #text3 {
        width: 80.512019%;
    }

    #box {
        background-image:url("img/contatti-2.png");
        background-attachment: scroll;
        background-size: 472px;
        background-color: rgb(180, 161, 140);
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }
}

@media only screen and (max-width: 320px) {
    #text3 {
        width: auto;
        height: auto;
        margin-top: 0px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
    }

    #image {
        width: 184px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-top: 60px;
        clear: none;
    }

    #text {
        font-size: 20px;
        font-weight: 500;
        margin-top: 40px;
        clear: none;
        height: auto;
        min-height: 88px;
        margin-left: auto;
        margin-right: auto;
    }

    #text2 {
        width: auto;
        font-size: 18px;
        font-weight: 600;
        margin-top: 30px;
        clear: none;
    }

    #text1 {
        font-weight: 900;
        margin-top: 13px;
        clear: none;
        letter-spacing: 0px;
        font-size: 12px;
    }

    #image1 {
        margin-top: 20px;
        clear: none;
    }

    #box {
        background-image:url("img/contatti-2.png");
        background-attachment: scroll;
        background-size: 300px;
        background-color: rgb(180, 161, 140);
        width: auto;
        height: 417px;
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }
}

